@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"POPPINS-LIGHT","Arial" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	color: #000;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "POPPINS-LIGHT","Arial" ;
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}

.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;


}
ul {
	padding:0;
	margin:0;
	font-size:0;
}
li {
	list-style: none;
}

.fl { float:left;}
.fr { float:right;}


.row {
	width: 80%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
.newsrow {
    width:75%;
	min-width: 1240px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
}


.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
body{
	width: 100%;
	opacity: 1;
	overflow: hidden;
	transition:opacity 0.3s;
}
body.on{
	opacity: 1;
}
body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #1f1f1f;
}
.w1400{
	width: 1400px;
	position: relative;
	margin:0 auto;
}
.w1600{
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background: none;
}
.f-cb {

	zoom: 1;

}

@font-face {
	font-family: 'POPPINS-LIGHT';
	src: url('../fonts/POPPINS-LIGHT.eot'); /* IE9 Compat Modes */
	src: url('../fonts/POPPINS-LIGHT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/POPPINS-LIGHT.woff') format('woff'), /* Modern Browsers */
	url('../fonts/POPPINS-LIGHT.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/POPPINS-LIGHT.svg') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'MONTSERRAT-BOLD';
	src: url('../fonts/MONTSERRAT-BOLD.eot'); /* IE9 Compat Modes */
	src: url('../fonts/MONTSERRAT-BOLD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MONTSERRAT-BOLD.woff') format('woff'), /* Modern Browsers */
	url('../fonts/MONTSERRAT-BOLD.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/MONTSERRAT-BOLD.svg') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'DINPRO-REGULAR';
	src: url('../fonts/DINPRO-REGULAR.eot'); /* IE9 Compat Modes */
	src: url('../fonts/DINPRO-REGULAR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/DINPRO-REGULAR.woff') format('woff'), /* Modern Browsers */
	url('../fonts/DINPRO-REGULAR.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/DINPRO-REGULAR.svg') format('svg'); /* Legacy iOS */
}
/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}

/*css组件设置*/
/*css组件设置*/
.imgZoom img,.imgY180 img { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.imgX360 img {-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.imgX360:hover img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}
/*头部样式 */

/*
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #60b830;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #60b830;
}
*/

.carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -20px;
	font-size:60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

/*内页banner下的导航 */

#nei-main {
	padding-bottom: 40px;
	padding-top:10px;
	background:#fff;
}
#jtculnei-main {
	padding-bottom: 45px;
	padding-top:40px;
	background:#fff;
}

#ser-main {
	padding-bottom: 45px;
	padding-top:30px;
	background:#fff;
}
#ser-main ul{
    width:100%;
	height:500px;
	border-left:#CCC 1px dotted;
	border-top:#CCC 1px dotted;
}
#ser-main li{
    width:25%;
	float:left;
	text-align:center;
	height:250px;
	border-bottom:#CCC 1px dotted;
	border-right:#CCC 1px dotted;
	padding:2%;
}
#ser-main li img{ -moz-transition:all 1.4s ease 0s; -ms-transition:all 1.4s ease 0s; -o-transition:all 1.4s ease 0s; -webkit-transition:all 1.4s ease 0s; transition:all 1.4s ease 0s;}
#ser-main li:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
#ser-main li p{
    width:100%;
	line-height:30px;
	text-align:center;
	font-size:20px;
	font-weight:800;
	color:#e60100;
	padding-bottom:10px;
	padding-top:15px;
}
#ser-main li dd{
    width:100%;
	line-height:24px;
	text-align:left;
	font-size:14px;
	color:#454545;
}


#con-main {
	padding-bottom: 45px;
	padding-top:60px;
	background:#f9f9f9;
}
#con-main .title{
    width:100%;
	text-align:center;
	font-size:42px;
	font-weight:800;
	color:#454545;
	padding-bottom:50px;
}
#con-main .content{
    width:100%;
	text-align:center;
}
#con-main .content .o-left{
    width:27%;
	float:left;
	text-align:left;
}
#con-main .content .o-left img{
    max-width:100%;
}
#con-main .content .o-right{
    width:73%;
	float:left;
	text-align:left;
	padding-left:2%;
}
#con-main .content .o-right{
    width:70%;
	float:left;
	text-align:left;
}
#con-main .content .o-right .l-contact{
    width:70%;
	float:left;
	text-align:left;
}
#con-main .content .o-right .l-contact li{
    width:50%;
	float:left;
	height:120px;
	border-bottom:#b9b9b9 solid 1px;
	text-align:left;
}
#con-main .content .o-right .l-contact li p{
    width:100%;
	text-align:left;
	font-size:16px;
	color:#454545;
	padding-top:15px;
}
#con-main .content .o-right .l-contact li dd{
    width:100%;
	text-align:left;
	line-height:30px;
	font-size:18px;
	font-weight:800;
	color:#454545;
}
#con-main .content .o-right .r-wx{
    width:30%;
	float:left;
	text-align:left;
	padding-left:10%;
}
#con-main .content .o-right .r-wx .w-title{
    width:100%;
	text-align:left;
	font-size:16px;
	color:#454545;
	padding-top:15px;
}
#con-main .content .o-right .r-wx .w-wx{
    width:100%;
	text-align:left;
	padding-top:15px;
}

#cul-main {
	padding-bottom: 45px;
	padding-top:80px;
	height:1000px;
	background:url(../img/culturebg.jpg) center no-repeat;
}
#cul-main .title{
    width:100%;
	text-align:center;
	font-size:42px;
	font-weight:800;
	color:#fff;
	padding-bottom:20px;
}
#cul-main ul{
    width:100%;
	height:720px;
	background:rgba(255,255,255,0.4);
	border-left:#CCC 1px solid;
	border-top:#CCC 1px solid;
}
#cul-main li{
    width:50%;
	float:left;
	height:240px;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:3% 4%;
}
#cul-main li .c-left{
    width:30%;
	padding-right:3%;
	float:left;
	text-align:left;
}
#cul-main li .c-left img{
    max-width:100%;
}
#cul-main li .c-right{
    width:70%;
	float:left;
	text-align:left;
}
#cul-main li .c-right .ctitle{
    width:100%;
	text-align:left;
	font-size:24px;
	line-height:40px;
	font-weight:800;
	color:#fff;
	padding-top:20px;
}
#cul-main li .c-right .ctest{
    width:100%;
	text-align:left;
	font-size:16px;
	line-height:30px;
	color:#fff;
}

#culture-main {
	padding-bottom: 45px;
	padding-top:80px;
	height:960px;
	background:url(../img/culbg.jpg) center no-repeat;
}
#culture-main .title{
    width:100%;
	text-align:center;
	font-size:42px;
	font-weight:800;
	color:#454545;
	padding-bottom:20px;
}
#culture-main .test{
    width:80%;
    margin: 0 auto;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#454545;
	padding-bottom:50px;
}
#culture-main li{
    width:31.33333%;
	float:left;
	height:240px;
	background:#fff;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	padding:3%;
}

#culture-main li p{
    width:100%;
	line-height:40px;
	text-align:left;
	font-size:24px;
	font-weight:800;
	color:#454545;
}
#culture-main li dd{
    width:100%;
	line-height:28px;
	text-align:left;
	font-size:16px;
	color:#454545;
}

#jthonei-main {
	padding-bottom: 45px;
	padding-top:40px;
	background:#fff;
}
#hisnei-main {
	padding-bottom: 45px;
	padding-top:80px;
}
#com-culnei-main {
	padding-bottom: 55px;
	padding-top:40px;
	height:240px;
}

#pronei-main {
	padding-bottom: 55px;
}
#aboutnei-main {
	padding-top:40px;
	background:#fff;
}
#culnei-main {
	padding-top:40px;
	background:#f9f9f9;
	height:800px;
}
#hisnei-main {
    width:100%;
	background:url(../img/honorbg.jpg) no-repeat center top;
	height:613px;
}
#hisnei-main .title{
    width:100%;
	text-align:center;
    font-size: 42px;
    color: #010101;
    font-family: 'MONTSERRAT-BOLD';
	padding-bottom:40px;
}
#hisnei-main li{
    width:31.333333%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
	padding-bottom:30px;
}
#hisnei-main li img{
    max-width:100%;
}
#honnei-main {
    width:100%;
	background:#3b3d3b;
	height:625px;
}
#honnei-main .honor_title{
   width:100%;
   text-align:center;
   padding-top:50px;
   font-size: 50px;
   color: #fff;
   line-height: 80px;
   padding-bottom:20px;
}
#honnei-main .honor_content{
   width:100%;
   text-align:center;
   font-size: 16px;
   color: #fff;
   line-height: 30px;
}
#honnei-main li{
   width:20%;
   text-align:center;
   float:left;
   padding-top:50px;
}

#gynei-main {
    width:100%;
	background:#fff;
	height:625px;
}
#gynei-main .gy_title{
   width:100%;
   text-align:center;
   padding-top:50px;
   font-size: 50px;
   color: #3a3c3b;
   line-height: 80px;
   padding-bottom:20px;
}
#nei-mainabout {
	background:#f9f9f9;
	height:660px;
}
#nei-mainmap {
    width: 100%;
    text-align: center;
    background: #1b1b1b;
    position: relative;
    padding-top: 60px;
	padding-bottom:40px;
}
#nei-mainmap .title {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    font-family: 'DINALTERNATE';
    color: #fff;
    font-weight: 700;
}
#nei-mainmap .mapcontent{
    padding-top:40px;
}
#nei-mainmap ul{
    width:100%;
	text-align:center;
	height:320px;
}
#nei-mainmap li{
   width:23%;
   float:left;
   text-align:center;
   margin-left:1%;
   margin-right:1%;
}
#nei-mainmap li p{
   width:100%;
   text-align:center;
   line-height:40px;
   color:#fff;
   font-size:14px;
}
.diepic{
	position: relative;
	width: 1200px;
	margin:40px auto 0 auto
}
.diepic h2{font-size:36px;text-align:center;font-weight:normal;line-height:42px;height:60px;}
.diepic .gy_text{
   width:100%;
   font-size:14px;
   line-height:25px;
   text-align:center;
   margin-bottom:25px;
}
.diepic .swiper-container {
	padding-bottom: 100px;
}

.diepic .swiper-slide {
	width: 50%;
	height: 421px;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.diepic .swiper-slide img {
	width:100%;
	display: block;
}

.diepic .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.diepic .swiper-pagination {
	width: 100%;
	bottom: 40px;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.diepic .swiper-button-prev {
	left: -70px;
	top: 50%;
	width: 45px;
	height: 45px;
}

.diepic .swiper-button-next {
	right: -70px;
	top: 50%;
	width: 45px;
	height: 45px;
}

#culnei-main ul{
width:100%;
text-align:center;
padding-top:40px;
}
#culnei-main li{
   width:24%;
   float:left;
   margin-left:0.5%;
   margin-right:0.5%;
   height:270px;
   background:#fff;
   text-align:center;
   padding-top:20px;
   margin-bottom:15px;
}
#culnei-main li dd{
   width:100%;
   text-align:center;
   line-height:40px;
   font-size:26px;
   color:#1f1f1f;
   margin-bottom:30px;
}
#culnei-main li dt{
   width:100%;
   text-align:center;
   line-height:25px;
   font-size:14px;
   color:#1f1f1f;
}
/*内页公共部分*/
.nei-title {
	text-align: center;
}
.nei-title .title {
    text-align: center;
    font-size: 50px;
    color: #1a1a1a;
    line-height: 80px;
}
.nei-title .title-text {
	font-size:27px;
	color: #000000;
	line-height:60px;
	background:url(../img/aboutline.jpg) no-repeat center;
}
.nei-title .title-textc {
	font-size:27px;
	color: #000000;
	line-height:60px;
}
.nei-title .title-textc span {
	font-size:34px;
	color: #c6000a;
	font-weight:700;
}
.nei-title .title-text span {
	font-size:34px;
	color: #c6000a;
	font-weight:700;
}
.nei-title .title-texten {
	font-size:34px;
	color: #000000;
	font-weight:400;
	background:url(../img/prolineen.png) no-repeat center center;
}
.nei-title .title-text:after {
	content:'';
	width: 43px;
	height: 2px;
	/*background: #c6001e;*/
	display: block;
	margin:13px auto 25px;
}
.nei-title .cate-title {
	width: 100%;
	margin-bottom: 20px;
	background: url('../img/pro_catit.jpg') center no-repeat;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul li{
	height: 60px;
	line-height: 60px;
	margin-right: 15px;
	text-align: center;
	font-size:18px;
	display: inline-block;
	color: #fff;
	margin-bottom:15px;
}
.nei-title .cate-title ul li:hover{
	background: #7f1b27;
	color: #fff;
}
.nei-title .cate-title ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title ul li a {
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	border:#ccc solid 1px;
	border-radius: 5px;
	color:#010101;
}
.nei-title .cate-title ul li a.active {
	display: inline-block;
	height: 60px;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
	background: #7f1b27;
	border:#7f1b27 solid 1px;
	border-radius: 5px;
}
.nei-title .cate-title ul li a:hover {
    background: #7f1b27;
	color: #fff;
	border:#7f1b27 solid 1px;
	border-radius: 5px;
}



.nei-title .cate-title-about {
	width: 100%;
}
.nei-title .cate-title-about ul {
	width: 80%;
	min-width:1240px;
	text-align: center;
}
.nei-title .cate-title-about ul {
	width: 100%;
	text-align: center;
	background:url(../img/newling.jpg) no-repeat center;
}
.nei-title .cate-title-about ul li{
	height: 54px;
	line-height: 54px;
	margin-right: 15px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	border:#dddddd solid 1px;
	color: #010101;
	margin-bottom:15px;
	background:#fff;
}
.nei-title .cate-title-about ul li:hover{
	color: #fff;
	background:#eb3d00;
}
.nei-title .cate-title-about ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title-about ul li a {
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	color:#010101;
}
.nei-title .cate-title-about ul li a.active {
	display: inline-block;
	height: 54px;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
	background:#eb3d00;
}
.nei-title .cate-title-about ul li a:hover {
	color: #fff;
	background:#eb3d00;
}





/*面包屑*/
.list-bread {
	background-color: #f0efef;
	height:85px;
	line-height: 85px;
}
#tit {
	height:80px;

	background-color: #f5f5f5;
}
#tit .sendcate p{
	width:60%;
	font-weight:bold;
	font-size:28px;
	color: #1e1e1e;
	padding-left:20px;
	float: left;
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 14px;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #474747;
	content: ">";
}


.breadcrumb {
	float: left;
	padding:0;
	/*line-height: 128px;*/
	margin-bottom:0;
	background: none;
	font-size: 14px;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li i {
	margin-right: 10px;
}
.breadcrumb li.active {
	text-transform: capitalize;
}

.bread-nei {
	padding: 0 6.5%;
}

/*********************************************************************************************************************/

/**
 * 底部样式
 */
/*footer*/
.cul-foot{
   width:100%;
   height:95px;
   background:#1a3f8f;
   padding-top:20px;
   border-bottom:#313131 solid 1px;
}
.cul-foot .cul{
	text-align: center;
	width: 1300px;
	padding: 0px;
	margin: 0 auto;
}
.cul-foot .cul-left{
    width:60%;
	float:left;
	text-align:left;
}
.cul-foot .cul-left dd{
    width:100%;
	text-align:left;
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
}
.cul-foot .cul-left dt{
    width:100%;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
.cul-foot .cul-right{
    width:40%;
	float:left;
	text-align:right;
	padding-top:10px;
}
.contact-wrapper {
	width: 100%;
	background: #0f1934;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}
.contact-wrapper .zj{
	text-align: center;
	width: 80%;
	min-width:1170px;
	height: 450px;
	padding: 0px;
	margin: 0 auto;
}
.contact-wrapper .footline{
	width: 80px;
	height:2px;
	background:#eb3d00;
	margin-bottom:15px;
}
.contact-wrapper .footlogo{
	text-align: center;
	width: 100%;
	height:40px;
	padding-bottom:20px;
}
.contact-wrapper .footlogo .f-left{
  width:40%;
  float:left;
  text-align:left;
}
.contact-wrapper .footlogo .f-right{
  width:60%;
  float:left;
  text-align: right;
}
.contact-wrapper .zjx{
    width:80%;
    min-width: 1270px;
	padding: 0px;
	margin: 0 auto;
	border-top:#454545 solid 1px;
}
.contact-wrapper .zjx .add{
    width:85%;
	float:left;
	line-height:42px;
	font-size:14px;
	color:#dbdbdb;
	text-align:left;
}
.contact-wrapper .zjx img{
    padding-right:15px;
}
.contact-wrapper .zjx .online{
    width:15%;
	float:left;
	text-align:right;
}
.contact-wrapper .hd {
    float: left;
	width: 26%;
	margin-top: 40px;
	height:260px;
}
.contact-wrapper .hd .hd-inner {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	color: #010101;
	margin-top: 10px;
	padding-right:10%;
	font-style: italic;
}
.contact-wrapper .hd .search-wrapper {
	width: 100%;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.contact-wrapper .hd .search-text {
	width: 100%;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #f3eaed;
}
.contact-wrapper .hd .search-text1 {
	width: 100%;
	text-align: right;
	line-height: 30px;
	font-size: 24px;
	font-weight:800;
	color: #fff;
}
.contact-wrapper .hd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: right;
}
.contact-wrapper .bd {
	float: left;
	width: 17%;
	margin-top: 40px;
}
.contact-wrapper .nd {
	float: left;
	width: 17%;
	margin-top: 20px;
}
.contact-wrapper .pd {
	float: left;
	width: 23%;
	margin-top: 20px;
}
.contact-wrapper .bd .search-wrapper {
	width: 100%;
	text-align: right;
}
.contact-wrapper .bd .search-wrapper img{
	max-width: 100%;
}
.contact-wrapper .nd .search-wrapper {
	width: 100%;
	margin-top: 30px;
	text-align: left;
	padding-bottom:5px;
	font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.contact-wrapper .pd .search-wrapper {
	width: 100%;
	margin-top: 30px;
	text-align: left;
	padding-bottom:5px;
	font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.contact-wrapper .nd .search-wrapper1 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	padding-bottom:20px;
}
.contact-wrapper .bd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: left;
}
.contact-wrapper .nd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 10px;
	text-align: left;
}
.contact-wrapper .bd .search-text {
	width: 100%;
	margin-top:15px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #f3eaed;
}
.contact-wrapper .bd .search-text img{
   margin-right:10px;
}
.contact-wrapper .bd .search-text a {
	color: #f3eaed;
}

.contact-wrapper .nd .search-text {
	width: 100%;
	text-align: left;
	padding-bottom:10PX;
	font-size: 14px;
	color: #f3eaed;
}
.contact-wrapper .pd .search-text {
	width: 100%;
	float:left;
	text-align: left;
	padding-bottom:10PX;
	font-size: 14px;
	color: #f3eaed;
}
.contact-wrapper .nd .search-text1 {
	width: 100%;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	color: #f3eaed;
	padding-left:20px;
}
.contact-wrapper .nd .search-text img{

   margin-right:10px;
}
.contact-wrapper .nd .search-text a {
	color: #dbdbdb;
}
.contact-wrapper .pd .search-text a {
	color: #dbdbdb;
}
.contact-wrapper .nd .search-text1 a {
	color: #dbdbdb;
}

.com_about input[type=text] {
    background: #fff;
    border: 1px solid #cccccc;
    width: 475px;
    height: 40px;
    padding-left: 20px;
    font-size: 16px;
}
.com_about input[type=submit] {
    background: #7c7c7c;
    color: #fff;
    height: 40px;
    width: 153px;
    border: none;
    font-size: 16px;
}

.contact-wrapper .bd .contact-us {
	position: absolute;
	left: 970px;
	top: -190px;
	width: 580px;
	height: 300px;
	padding: 50px 70px 0;
	background-color: #333;
}
.contact-wrapper .bd .contact-us .contact-us-title {
	position: relative;
	height: 52px;
	padding-top: 22px;
	font-size: 30px;
}
.contact-wrapper .bd .contact-us .contact-us-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #fff;
}
.contact-wrapper .bd .contact-us .contact-us-text {
	margin-top: 32px;
	padding-right: 45px;
	line-height: 24px;
}
.contact-wrapper .bd .contact-us .contact-us-check {
	width: 426px;
	height: 48px;
	margin: 27px auto 0;
	background-color: #e70113;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
}
.copyright {
	color: #dbdbdb;
	font-size:14px;
	height: 60px;
	line-height:60px;

}
.copyrightw {
    width:80%;
    min-width: 1270px;
	padding: 0px;
	margin: 0 auto;
	border-top:#454545 solid 1px;
}
.copyright .border-left {
	text-align: left;
	width:65%;
	float:left;
	font-size:14px;
	line-height:60px;
}
.copyright .border-right {
    width:35%;
	float:right;
	text-align:right;
	font-size:14px;
	line-height:60px;
}
.copyright p {
	/*color: #fff;*/
	margin-bottom: 0;
	font-size:12px;
	font-family:"Arial";

}
.copyright a {
	color: #dbdbdb;

}


.joincontacttextbg{
	margin-top: 20px;
	margin-bottom: 30px;
}
.joincontacttextbg label {
	display: block;
	margin: 0px;
}

.joincontacttextbg input[type="text"], .joincontacttextbg input[type="email"], .joincontacttextbg select {
	border: 1px solid #DADADA;
	color: #888;
	height: 48px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 80%;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.joincontacttextbg textarea {
	border: 1px solid #DADADA;
	color: #888;
	height: 48px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 90%;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.joincontacttextbg textarea{
	padding: 5px 3px 3px 5px;
}
.joincontacttextbg select {

	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
}
.joincontacttextbg textarea{
	height:147px;
}
.joincontacttextbg .button {
	background: #d81324;
	border: none;
	padding: 20px 55px 20px 55px;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
}
.joincontacttextbg .button:hover {
	background: #004540;
}
.joincontexta {
    width: 50%;
    float: left;
    height: 70px;
}



.joinusa {
    width: 65%;
    float: left;
    height: 50px;
    text-align: left;
}
.joinusa input[type="text"], .joinusa input[type="email"], .joinusa select {
    border: 0;
    color: #a7a7a7;
    height: 46px;
    outline: 0 none;
    padding: 3px 3px 3px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    background: #fff;
}
.joinusb {
    width: 28%;
    float: left;
    height: 50px;
    text-align: right;
	margin-left:2%;
}
.joinusb .button {
    background: #1ca0de;
    border: none;
    width: 100%;
    line-height: 46PX;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.banner{
  background:#efefef;
}
.probanner{
  position:relative;
}
.pro-head {
	width: 100%;
	text-align:center;
	font-size: 42px;
	font-weight:600;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
	padding:40px 0 20px;
}
.pro-cate-title{
    width: 77.5%;
    min-width: 1240px;
    margin: 0 auto;
	text-align:left;
	font-size: 24px;
    font-weight: 600;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
	border-bottom: #ccc solid 1px;
}
.pro-head-test{
	width: 100%;
	text-align:center;
	font-size: 16px;
    color: #141414;
    line-height: 30px;
	padding-top:10px;
	padding-bottom:20px;
}
.pro-head-news {
	width: 100%;
	text-align:center;
	font-size: 42px;
    color: #141414;
    line-height: 50px;
	font-weight:800;
    font-family: 'MONTSERRAT-BOLD';
	padding:40px 0 0;
	background: #fff;
}
.pro-head-contact {
	width: 100%;
	text-align:center;
	font-size: 42px;
    color: #141414;
    line-height: 50px;
	padding:20px 0;
	border-bottom: #ccc solid 1px;
}
.pro-head-about {
	width: 100%;
	text-align:center;
	font-size: 42px;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
	padding:40px 0 0;
	background: #fff;
}
#jtculnei-main-join {
    padding-bottom: 45px;
    padding-top: 20px;
    background: #fff;
}
#jtculnei-main-joinly {
    padding-bottom: 45px;
    padding-top: 20px;
    background: #f3f3f3;
}
#jtculnei-main-joinly .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
    font-weight: 800;
    padding: 60px 0 40px;
}
#jtculnei-main-joinly .img{
    width: 100%;
    text-align: center;
	padding-bottom:40px;
}
#jtculnei-main-joinly .img img{
    max-width: 100%;
}
.pro-head-join {
	width: 100%;
	text-align:center;
	font-size: 42px;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
	font-weight:800;
	padding:40px 0 0;
	background: #fff;
}
.pro-head-test-us{
	width: 100%;
	text-align:center;
	font-size: 24px;
	font-family: 'MONTSERRAT-BOLD';
    color: #141414;
    line-height: 30px;
	padding-top:10px;
	padding-bottom:20px;
}

.xq-info .join-left{
   width:50%;
   float:left;
   text-align:left;
}
.xq-info .join-left img{
   max-width:100%;
}
.xq-info-join .title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #141414;
    line-height: 50px;
    font-family: 'MONTSERRAT-BOLD';
    font-weight: 800;
    padding: 60px 0 40px;
}
.xq-info-join li{
   width:23%;
   margin-left:1%;
   margin-right:1%;
   float:left;
   height:190px;
   margin-bottom:30px;
   text-align:left;
   padding:20px;
}
.xq-info-join li p{
   width:100%;
   font-size:20px;
   color:#666666;
   padding-top:20px;
   padding-left:10px;
}
.join01{
  background: #f7f7f7 url(../img/join01.jpg) no-repeat top right;
}
.join02{
  background: #f7f7f7 url(../img/join02.jpg) no-repeat top right;
}
.join03{
  background: #f7f7f7 url(../img/join03.jpg) no-repeat top right;
}
.join04{
  background: #f7f7f7 url(../img/join04.jpg) no-repeat top right;
}
.join05{
  background: #f7f7f7 url(../img/join05.jpg) no-repeat top right;
}
.join06{
  background: #f7f7f7 url(../img/join06.jpg) no-repeat top right;
}
.join07{
  background: #f7f7f7 url(../img/join07.jpg) no-repeat top right;
}
.join08{
  background: #f7f7f7 url(../img/join08.jpg) no-repeat top right;
}
.pro-head .pro_top_title{
   width:100%;
   font-size:36px;
   line-height:50px;
   color:#FFFFFF;
}
.pro-head .pro_top_text{
   width:100%;
   font-size:18px;
   line-height:30px;
   color:#FFFFFF;
   padding-top:10px;
}
.aboutbanner{
  background:#fff;
}
.ban-title{
  position:absolute;
  width:100%;
  z-index:800;
  text-align:center;
  padding-top:18%;
}

.ban-product{
  position:absolute;
  width:100%;
  z-index:10;
  text-align:left;
  padding-top:14%;
  padding-left:20%;
}



/**********************底部样式 ****************************************/



.his_img{
   width:60%;
   height:129px;
   background:#c8c8c8;
   margin:0 auto;
   margin-bottom:10px;
}
.his_img .his_left{
   width:35%;
   float:left;
   height:129px;
   text-align:left;
}
.his_img .his_right{
   width:65%;
   float:left;
   text-align:left;
   padding-top:20px;
   line-height:26px;
   color:#434343;
   font-size:15px;
}

/*在线客服*/
.izl-rmenu{position:fixed;right:5%;bottom:10%;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;display:block;padding:0;margin:0;border:none;border-radius: 0;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq.btn-qqe {background:url(../img/r_qqe.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx.btn-wxe{background:url(../img/r_wxe.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone.btn-phonee{background:url(../img/r_phonee.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.backToTop {display: none; width: 64px;height:65px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


.div-aboutn{
   background:#fff;
   padding:30px 0 0;
}
.nei-title .cate-title-pro {
    width: 92%;
	margin:0 auto;
}
.nei-title .cate-title-pro ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title-pro ul li {
    width:100%;
	height:60px;
	border-bottom:#e0e0e0 solid 1px;
    line-height: 60px;
    text-align: left;
    font-size: 16px;
    color: #010101;
}
.nei-title .cate-title-pro ul li:hover{
    font-size:16px;
	color: #eb3d00;
}
.nei-title .cate-title-pro ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title-pro ul li a {
	color:#010101;
}
.nei-title .cate-title-pro ul li a.active {
	width:100%;
	height:60px;
	line-height: 60px;
	font-size:16px;
	color: #eb3d00;
}
.nei-title .cate-title-pro ul li a:hover {
	 font-size:16px;
	color: #eb3d00;
}


.nei-title .index-cate-title {
  width:100%;
  text-align:right;
}
.nei-title .index-cate-title ul {
	width: 100%;
	text-align: right;
	padding:90px 0 20px;
	border-bottom:#ccc solid 1px;
}
.nei-title .index-cate-title ul li {
    width:20%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #010101;
}
.nei-title .index-cate-title ul li:hover{
    font-size:16px;
	color: #7f1b27;
	border-radius: 20px;
}
.nei-title .index-cate-title ul li:last-child {
	margin-right: 0;
}
.nei-title .index-cate-title ul li a {
	display: inline-block;
	color:#131c23;
}
.nei-title .index-cate-title ul li a.active {
	display: inline-block;
	line-height: 40px;
	font-size:16px;
	color: #fff;
	background:#d40e27;
	border-radius: 20px;
}
.nei-title .index-cate-title ul li a:hover {
	font-size:16px;
	color: #7f1b27;
	border-radius: 20px;
}

.side{position:fixed;width:78px;right:0;top:80%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#c19e72;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#c19e72;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#c19e72}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#c19e72}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}

